home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / gfx / misc / gnuplot-3.7src.lha / gnuplot-3.7src / gnuplot-3.7.lha / gnuplot-3.7 / docs / ps / Makefile next >
Makefile  |  1998-08-18  |  273b  |  21 lines

  1. #
  2. # Create ps_symbols.ps
  3. #
  4.  
  5. top_srcdir=../..
  6.  
  7. all: ps_symbols.ps
  8.  
  9. ps_symbols.ps: ps_symbols.gpi
  10.     @if test -f $(top_srcdir)/gnuplot ; then \
  11.         $(top_srcdir)/gnuplot ps_symbols.gpi ; \
  12.     else \
  13.         gnuplot ps_symbols.gpi ; \
  14.     fi
  15.  
  16. clean:
  17.     -rm -f ps_symbols.ps
  18.  
  19. distclean: clean
  20.  
  21.